projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cebc029
)
Don't output center column in mkchanges any more.
author
robertl
<robertl>
Sun, 4 Oct 2009 01:34:37 +0000
(
01:34
+0000)
committer
robertl
<robertl>
Sun, 4 Oct 2009 01:34:37 +0000
(
01:34
+0000)
tools/mkchanges
patch
|
blob
|
history
diff --git
a/tools/mkchanges
b/tools/mkchanges
index 3ef2c933c6a6972688155af40b620cd7cf2d142c..12db347d5d0ff5abb0c611b6e174fcc135d4e178 100644
(file)
--- a/
tools/mkchanges
+++ b/
tools/mkchanges
@@
-6,7
+6,6
@@
cvsps $* | awk '
split($0, dte, " ");
printf "\n<tr><td class=\"date\">%s</td>", dte[2];
- printf "<td class=\"release\"></td>"
}
/^Log:/ { gsub("^Log:", ""); inlog = 1 }
/^Members:/ {printf "<td>%s</td></tr>", logt ; inlog = 0; }